home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / book / Makefile.win < prev    next >
Makefile  |  1998-12-15  |  1KB  |  82 lines

  1. # Makefile for Win32
  2.  
  3. TOP = ..
  4.  
  5. !include "$(TOP)/names.win"
  6.  
  7. !include <win32.mak>
  8.  
  9. SRCS= \
  10.    accanti.c \
  11.    accnot.c   \
  12.    accum.c    \
  13.    aim.c      \
  14.    alpha.c    \
  15.    alpha3D.c  \
  16.    anti.c     \
  17.    antiindex.c  \
  18.    antipindex.c \
  19.    antipoint.c  \
  20.    antipoly.c  \
  21.    bezcurve.c  \
  22.    bezmesh.c   \
  23.    bezsurf.c   \
  24.    checker.c   \
  25.    checker2.c  \
  26.    chess.c     \
  27.    clip.c      \
  28.    colormat.c  \
  29.    cone.c      \
  30.    cube.c      \
  31.    curve.c     \
  32.    depthcue.c  \
  33.    disk.c      \
  34.    dof.c       \
  35.    dofnot.c    \
  36.    double.c    \
  37.    drawf.c     \
  38.    feedback.c  \
  39.    fog.c       \
  40.    fogindex.c  \
  41.    font.c      \
  42.    light.c     \
  43.    linelist.c  \
  44.    lines.c     \
  45.    list.c      \
  46.    list2.c     \
  47.    maplight.c  \
  48.    material.c  \
  49.    mipmap.c    \
  50.    model.c     \
  51.    movelight.c \
  52.    nurbs.c     \
  53.    pickdepth.c \
  54.    pickline.c  \
  55.    picksquare.c \
  56.    plane.c     \
  57.    planet.c    \
  58.    planetup.c  \
  59.    polys.c     \
  60.    robot.c     \
  61.    sccolorlight.c \
  62.    scene.c     \
  63.    scenebamb.c \
  64.    sceneflat.c \
  65.    select.c    \
  66.    smooth.c    \
  67.    sphere.c    \
  68.    stencil.c   \
  69.    stroke.c    \
  70.    surface.c   \
  71.    tea.c       \
  72.    teaambient.c \
  73.    teapots.c   \
  74.    texgen.c    \
  75.    texturesurf.c \
  76.    trim.c     
  77.  
  78. EXTRALIBS = $(MESAGL).lib $(MESAGLU).lib $(MESATK).lib $(MESAAUX).lib
  79.  
  80. !include "$(TOP)/mesawin32.mak"
  81.  
  82.